home *** CD-ROM | disk | FTP | other *** search
- /*
- For implementing your own trace routines, you should implement
- a version of this routine and link it in in front of BP_EP.c.
- This allows you to control when to enter the debugger.
-
- Author: Marshall Clow
-
- Log:
- Jun 02, 1992 new file.
- */
-
- #ifdef __BP_EP__
- #define __BP_EP__
-
- #include <Types.h>
-
- Boolean BreakHere ( void );
-
-
- #endif __BP_EP__
-